Vcenter NamespaceManagement Supervisors ContainerImageRegistries UpdateSpec

Vcenter NamespaceManagement Supervisors ContainerImageRegistries UpdateSpec
Vcenter NamespaceManagement Supervisors ContainerImageRegistries UpdateSpec

The Vcenter NamespaceManagement Supervisors ContainerImageRegistries UpdateSpec schema contains the specification required to update a container image registry.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "name": "string",
    "hostname": "string",
    "port": 0,
    "username": "string",
    "password": "string",
    "certificate_chain": "string",
    "default_registry": false
}
string
name
Optional

Name of the container image registry.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.

string
hostname
Optional

IP address or the hostname of the container image registry.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.

integer As int64 As int64
port
Optional

Port number of the container image registry.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.

string
username
Optional

A username to be used for username/password authentication with this registry.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.

string As password As password
password
Optional

The password for the user.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.

string
certificate_chain
Optional

certificateChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.

boolean
default_registry
Optional

Indicates if this registry is used as default.

This property was added in vSphere API 8.0.3.0.

If missing or null then no update will be made.